Retrieves the bank account details associated with a user's account.
Request samples
curl --location -g --request GET 'https://endpoint-gateway.maxbit.com/sapi/v1/fiat/banks?timestamp=1718855898528&signature={{signature}}' \
--header 'X-MBX-APIKEY: {{maxbit-api-key}}' \
--header 'Content-Type: application/json'
Responses
application/json [
{
"userBankId": 1,
"branchNumber": "02",
"bankStatus": "PENDING"
}
]
Modified at 2024-07-02 04:50:58