跳转到内容

Currency

Supported payment chains and tokens

List supported payment currencies

请求

Returns the supported blockchain and token combinations available for acquiring payments.

安全
InfiniHmac
标头
Datestring

GMT server time (e.g. Tue, 21 Jan 2025 12:00:00 GMT). Required for every request.

Authorizationstring

HMAC-SHA256 Signature header. See the Authentication guide.

curl -i -X GET \
  -u '<username>:<password>' \
  https://developer.infini.money/_mock/zh/apis/acquiring/currency \
  -H 'Authorization: string' \
  -H 'Date: string'

响应

Supported chain and token combinations

正文application/json
listArray of objects(github.com.infini-money.infini-services-go.app.infini-payment-service.api.currency.v1.SupportCurrency)

List of supported cryptocurrencies

Response
{ "list": [ {} ] }