- 1. Overview
- 2. Authentication
- 2.1 Introduction
- 2.2 Creating the Bearer Token
- 3. Requests & Responses
- 4. Getting Started
- 4.1 Pagination
- 4.2 Rate Limiting
- 4.3 Idempotency
- 4.4 External ID and Metadata
- 5. API
- Health
- Accounts
- Transfer
- Transactions
- Conversions
- Payouts
- Card Account
- Cards
- Digital Custody
- Countries
- Positions
- Occupations
- 6. Screenshot Illustration(api+image)
Signature Examples
Developing
GET
/pingPOST /ping
Request
Header Params
alg
string
optional
Example:
RS256
typ
string
optional
Example:
JWT
Request 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 '/pingPOST /ping'
Responses
🟢200成功
application/json
Body
object {0}
Example
{
code:200,
msg:'成功',
data:{}
}
Modified at 2022-12-29 06:21:40