Skip to main content
GET
List all pending transfer approvals

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20

Number of approvals to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of approvals to skip

Required range: x >= 0

Response

Transfer approvals retrieved successfully

success
boolean

Whether the operation was successful

Example:

true

message
string

Human-readable message about the operation

Example:

"Pending approvals retrieved successfully"

count
integer

Total number of pending approvals

Example:

2

approvals
object[]

Array of pending approval records