Retrieve the designated MetaComp bank account details for deposits in the specified currency.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/crm/deposit/bankAccount?currency=HKD' \
--header'Authorization: Bearer <token>'
Responses
🟢200Success
application/json
Body
Example
{"beneficiaryName":"MetaComp Pte. Ltd.","beneficiaryAddress":"168 Robinson Road #19-15, Capital Tower, Singapore 068912","baNumber":"11020018283","swiftCode":"GLDTSGSG","countryCode":"SG","bankName":"GREEN LINK DIGITAL BANK PTE LTD","bankAddress":"20 PASIR PANJANG ROAD 07-25/28 MAPLETREE BUSINESS CITY","intermediarySwiftCode":"CHASUS33","intermediaryCountryCode":"US","intermediaryBankName":"JPMORGAN CHASE BANK, N.A.","intermediaryBankAddress":"383 MADISON AVENUE","referenceCode":"B010012810001"}