Skip to main content

Get All Assets

GET 

/assets

Fetches the list of available assets to populate the dropdown box in the New Disbursement flow. Note: the organization must hold a balance in a particular asset to use it in a disbursement.

Responses

A list of assets

Schema
  • Array [
  • id string
    code string

    Asset code

    issuer string

    Asset issuer address

    created_at date-time
    updated_at date-time
    deleted_at date-time
  • ]
Loading...