---
title: "Get list of all assests."
method: GET
path: "/v0.2.4/info/assets"
tags: ["Info"]
---

# Get list of all assests.

`GET /v0.2.4/info/assets`

## Query parameters

- `countryCode` string

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Success message.
  - `data` object
    - `benefitsList` object[] — List of benefits.
      - `name` string
      - `img` string
      - `description` string
      - `code` string
      - `type` string
      - `available` boolean
    - `supportedCountriesAirtime` string[] — List of supported countries for airtime.
    - `momoRedeemOptions` object[]
      - `name` string
      - `country` string
      - `code` string
      - `provider` string
      - `manual` boolean
    - `acceptedTokens` object — List of accepted tokens.
      - `xrpl` string[]
    - `giftCardsRLD` string[] — Gift cards redeemable list.
    - `crytoFacts` string[] — List of crypto facts.
    - `celoWalletAddress` string
    - `contests` object[] — List of ongoing contests.
      - `title` string
      - `description` string
    - `fees` object
      - `virtualCardIssuanceFee` object
        - `value` number
        - `currency` string
      - `giftCardIssuanceFee` object
        - `value` number
        - `percent` boolean
      - `mobileMoneyFee` object
        - `value` number
        - `percent` boolean
    - `validity` object
      - `virtualCardValidity` object
        - `value` number
        - `unit` string
    - `subscriptionPlans` object[]
      - `planName` string
      - `price` number
      - `currency` string
    - `giftCardsWG` string[] — Gift cards for WG.
    - `ecommerce` string[] — E-commerce platforms.
    - `featuredProducts` object[] — List of featured products.
      - `url` string
      - `img` string

## Other responses

- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
