Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"walletId": "WA000212300001",
"currency": "EUR",
"remark": "receive funds from eBay"
}
Request samples
curl --location --request POST '/account' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletId": "WA000212300001",
"currency": "EUR",
"remark": "receive funds from eBay"
}'
Responses
application/json {
"accountId": "AC1550486662545440",
"accountName": "Lyla curry",
"currency": "EUR",
"status": "Init",
"remark": "new account",
"ctime": "2023-06-06T01:20:55.000+00:00",
"utime": "2023-06-06T01:20:55.000+00:00"
}
Modified at 2023-12-21 01:58:55