Skip to main content
POST
Fetch a payout

Authorizations

Authorization
string
header
required

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

Body

application/json
payoutId
string
required

ID of the payout to fetch

Response

Payout retrieved successfully

id
string

Unique identifier of the payout

wallet
object
network
object
status
enum<string>
Available options:
PROCESSING,
CONFIRMING,
COMPLETED,
REJECTED
address
string
txHash
string | null
amount
number
createdAt
string<date-time>