Get a staking transaction status

Use this endpoint to verify the status of a previously created staking transaction and see if it is pending, successful or failed.

SecuritybearerAuth
Request
path Parameters
staking_transaction_id
required
string <uuid>

Staking Transaction ID

Example: 1ed76f61-37e9-6ef0-b0c1-529adbc40ff6
header Parameters
bp-user-id
required
string <uuid>
Responses
200

Success Response

401

Unauthorized

403

Forbidden

404

Not Found

405

Not Allowed

422

Validation Error

429

Too Many Requests

500

Internal Error

503

Maintenance or Service unavailable

get/v1/staking/{staking_transaction_id}/status
Request samples
Response samples
application/json
{
  • "data": [
    ]
}