Stellar · Schema

PaymentAmountsByAsset

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
asset_code string
payment_amounts object
View JSON Schema on GitHub

JSON Schema

stellar-sdp-paymentamountsbyasset.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/PaymentAmountsByAsset.json",
  "title": "PaymentAmountsByAsset",
  "type": "object",
  "properties": {
    "asset_code": {
      "type": "string",
      "example": "USDC"
    },
    "payment_amounts": {
      "$ref": "#/components/schemas/PaymentAmounts"
    }
  }
}