1. Get list chains support
Get list chain support
GET
https://api.pos25.app/v1/cf-payment/chain
The API will respond list of blockchain that POS25 support. Information includes name, chain_id, and link logo.
Headers
Name
Type
Description
Authorization*
String
Bearer <Token>
Let's see how you can call this method either through Curl
or Python
:
Last updated