๐ Welcome to TranSwap Api v1.8.8 ๐
Wallet(s)
by parameter(s).Authorization: Bearer ********************
curl --location --request GET '/v1/wallets'
Recipient
.{
"items": [
{
"id": "411d506e-435e-4b3b-a2bc-1dcc0ff536c0",
"currency": "SGD",
"account_number": "B2004SG00041",
"available_amount": "32000.00000",
"reserved_amount": "0.00000",
"pending_amount": "0.00000",
"bank": {
"bank_name": "Oversea-Chinese Banking Corporation Limited",
"bank_address": "",
"bank_country": "SG",
"bank_account_currency": "SGD",
"bank_account_name": "xxx",
"bank_account_number": "xxx",
"ts_bank_code": "TSSG0034",
"swift_bic_code": "OCBCSGSG",
"bank_code": null,
"sort_code": null,
"iban_code": null,
"bsb_code": null,
"zengin_code": null,
"ifsc_code": null,
"cnaps_code": null,
"aba_routing_number": null
}
}
],
"page_index": 0,
"page_size": 20,
"total_items": 1,
"total_page": 1
}