v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Info

Get list of all assests.

get/v0.2.4/info/assets

Query parameters

countryCodestring

Country code symbol e.g NG, US, GH.

Response

Success.

statusstring

Status of the request.

messagestring

Success message.

Example response

{
  "status": "success",
  "message": "Assets retrieved successfully",
  "data": {
    "benefitsList": [
      {
        "name": "Save in Chimoney Wallet",
        "img": "https://res.cloudinary.com/africahacks/image/upload/v1606074022/chimoney/Purple-100_z05fgn.jpg",
        "description": "Redeem to your wallet and spend anytime.",
        "code": "airtime",
        "type": "Mobile and Internet",
        "available": true
      }
    ],
    "supportedCountriesAirtime": [
      "Nigeria"
    ],
    "momoRedeemOptions": [
      {
        "name": "Cameroon YUP",
        "country": "Cameroon",
        "code": "YUP",
        "provider": "flw",
        "manual": true
      }
    ],
    "acceptedTokens": {
      "xrpl": [
        "BTC",
        "ETH"
      ]
    },
    "giftCardsRLD": [
      "Amazon Gift Card"
    ],
    "crytoFacts": [
      "Bitcoin is the first cryptocurrency."
    ],
    "celoWalletAddress": "0x123456789abcdef123456789abcdef123456789a",
    "contests": [
      {
        "title": "Chimoney Giveaway",
        "description": "Enter to win Chimoney credits."
      }
    ],
    "fees": {
      "virtualCardIssuanceFee": {
        "value": 3,
        "currency": "USD"
      },
      "giftCardIssuanceFee": {
        "value": 1,
        "percent": true
      },
      "mobileMoneyFee": {
        "value": 5,
        "percent": true
      }
    },
    "validity": {
      "virtualCardValidity": {
        "value": 30,
        "unit": "days"
      }
    },
    "subscriptionPlans": [
      {
        "planName": "Gold",
        "price": 50,
        "currency": "USD"
      }
    ],
    "giftCardsWG": [
      "Apple Gift Card"
    ],
    "ecommerce": [
      "Amazon"
    ],
    "featuredProducts": [
      {
        "url": "/Beauty%20&%20Personal%20Care/B014S847QM",
        "img": "https://images.unsplash.com/photo-1661956600655-e772b2b97db4"
      }
    ]
  }
}