Find Wallets
GET
/v1/walletsLast modified:Â 2 months ago
Maintainer:Â Not configured
Find Wallet(s)
by parameter(s).
Request
Query Params
currency
string  | nullÂ
optional
Three-letter ISO 4217 currency code
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Success.
Data Schema
allOf {2}Â
optional
objectÂ
optional
items
$ref(#/definitions/3290464)[]
optional
#/definitions/3290465
optional
Example
{
"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
}
Last modified: 2 months ago