fbpay
  1. Supported currencies
fbpay
  • Transaction finished Webhook
  • Web Widget Copy
  • Terms of Use
  • Privacy policy
  • Api
    • Supported currencies
      • Supported fiat currencies
        GET
      • Supported cryptocurrencies
        GET
    • Exchange Currency
      • Get exchange rate
      • Get cached exchange rate
  1. Supported currencies

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
Success or not
data
array [object {6}] 
required
name
string 
Name
required
Currency Display Name
key
string 
key
required
unique numerical value
currencySymbol
string 
symbol
required
symbol
string 
symbol
required
abbreviation
decimal
integer 
decimal
required
decimal
chain_name
string 
chain_name
required
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"}
Previous
Supported fiat currencies
Next
Exchange Currency
Built with