Fetch status definitions for Invoice and payout
Returns a list of all statuses for invoices and payouts
Last updated
Returns a list of all statuses for invoices and payouts
Last updated
{ }{
"invoice":[
{
"id":0,
"name":"Waiting"
},
{
"id":1,
"name":"Pending confirm"
},
{
"id":2,
"name":"Unpaid"
},
{
"id":3,
"name":"Successful"
},
{
"id":4,
"name":"Rejected"
},
{
"id":5,
"name":"Underpaid"
},
{
"id":6,
"name":"Waiting"
},
{
"id":7,
"name":"Cancelled"
},
{
"id":8,
"name":"Refund pending"
},
{
"id":9,
"name":"Refund"
}
],
"payout":[
{
"id":0,
"name":"Waiting"
},
{
"id":1,
"name":"Successful"
},
{
"id":2,
"name":"Rejected"
},
{
"id":3,
"name":"Processing"
},
{
"id":4,
"name":"Processing"
},
{
"id":5,
"name":"Processing"
},
{
"id":6,
"name":"Unpaid"
},
{
"id":7,
"name":"Cancelled"
},
{
"id":8,
"name":"Processing"
}
]
}curl --location --request POST 'https://app.thedex.cloud/api/v1/info/statuses' \
--header 'X-EX-APIKEY: <string>' \
--header 'X-EX-PAYLOAD: <string>' \
--header 'X-EX-SIGNATURE: <string>' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--data '{}'curl --location --request POST 'https://app.thedex.cloud/api/v1/info/statuses' \
--header 'X-EX-APIKEY: abcd1234apikeyexample' \
--header 'X-EX-PAYLOAD: e30=' \
--header 'X-EX-SIGNATURE: 6f1a2b3c4d5e6f7890abcdef1234567890abcdef1234567890abcdef12345678' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--data '{}'