Skip to content

get withdrawal

GET
/v1/withdrawals/{id}
curl --request GET \
--url https://api.flowpayra.com/v1/withdrawals/example \
--header 'X-Api-Key: <X-Api-Key>' \
--header 'X-Nonce: <X-Nonce>' \
--header 'X-Signature: <X-Signature>' \
--header 'X-Timestamp: <X-Timestamp>'
id
required
string
>= 1 characters <= 128 characters

Successful response

Media typeapplication/json
object
id
required
string
>= 1 characters <= 128 characters
currency_id
required
string
>= 1 characters <= 128 characters
currency_chain_id
required
string
>= 1 characters <= 128 characters
target_chain_id
required
string
>= 1 characters <= 128 characters
send_amount_raw
required
string
<= 78 characters /^(0|[1-9][0-9]*)$/
withdrawal_fee_raw
required
string
<= 78 characters /^(0|[1-9][0-9]*)$/
total_debit_raw
required
string
<= 78 characters /^(0|[1-9][0-9]*)$/
status
required
string
>= 1 characters <= 64 characters
Examplegenerated
{
"id": "example",
"currency_id": "example",
"currency_chain_id": "example",
"target_chain_id": "example",
"send_amount_raw": "example",
"withdrawal_fee_raw": "example",
"total_debit_raw": "example",
"status": "example"
}

Stable API error

Media typeapplication/json
object
code
required
string
message
required
string
details
Examplegenerated
{
"code": "example",
"message": "example",
"details": "example"
}

Stable API error

Media typeapplication/json
object
code
required
string
message
required
string
details
Examplegenerated
{
"code": "example",
"message": "example",
"details": "example"
}

Stable API error

Media typeapplication/json
object
code
required
string
message
required
string
details
Examplegenerated
{
"code": "example",
"message": "example",
"details": "example"
}

Stable API error

Media typeapplication/json
object
code
required
string
message
required
string
details
Examplegenerated
{
"code": "example",
"message": "example",
"details": "example"
}

Stable API error

Media typeapplication/json
object
code
required
string
message
required
string
details
Examplegenerated
{
"code": "example",
"message": "example",
"details": "example"
}