Supported cryptocurrencies
Developing
GET
https://api.fbpay.cc/v1/coin_map/crypto
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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 'https://api.fbpay.cc/v1/coin_map/crypto'
Responses
🟢200成功
application/json
Body
success
boolean
required
data
array [object {6}]
required
name
string
Name
key
string
key
currencySymbol
string
symbol
symbol
string
symbol
decimal
integer
decimal
chain_name
string
chain_name
message
string
required
Example
{"success":true,"data":[{"name":"ETH ","key":"ethereum","currencySymbol":"","symbol":"ETH","decimal":18,"chain_name":"Ethereum(ERC20)"},{"name":"BNB","key":"bnb","currencySymbol":"","symbol":"BNB","decimal":18,"chain_name":"BNB Chain(BEP20)"},{"name":"OKT","key":"okt","currencySymbol":"","symbol":"OKT","decimal":18,"chain_name":"OKT Chain"},{"name":"USDT(BSC)","key":"tether","currencySymbol":"","symbol":"USDT","decimal":18,"chain_name":"BNB Chain(BEP20)"},{"name":"USDD(BSC)","key":"usdd","currencySymbol":"","symbol":"USDD","decimal":18,"chain_name":"BNB Chain(BEP20)"}],"message":"success"}