curl --request GET \
--url https://api.lightspark.com/grid/2025-10-13/receiver/uma/{receiverUmaAddress} \
--header 'Authorization: Basic <encoded-value>'{
"supportedCurrencies": [
{
"currency": {
"code": "USD",
"name": "United States Dollar",
"symbol": "$",
"decimals": 2
},
"estimatedExchangeRate": 1.08,
"min": 1,
"max": 1000000
}
],
"lookupId": "Lookup:019542f5-b3e7-1d02-0000-000000000009",
"receiverUmaAddress": "$receiver@uma.domain",
"requiredPayerDataFields": [
{
"name": "FULL_NAME",
"mandatory": true
}
]
}Lookup a receiving UMA address to determine supported currencies and exchange rates. This endpoint helps platforms determine what currencies they can send to a given UMA address.
curl --request GET \
--url https://api.lightspark.com/grid/2025-10-13/receiver/uma/{receiverUmaAddress} \
--header 'Authorization: Basic <encoded-value>'{
"supportedCurrencies": [
{
"currency": {
"code": "USD",
"name": "United States Dollar",
"symbol": "$",
"decimals": 2
},
"estimatedExchangeRate": 1.08,
"min": 1,
"max": 1000000
}
],
"lookupId": "Lookup:019542f5-b3e7-1d02-0000-000000000009",
"receiverUmaAddress": "$receiver@uma.domain",
"requiredPayerDataFields": [
{
"name": "FULL_NAME",
"mandatory": true
}
]
}Documentation Index
Fetch the complete documentation index at: https://ramps-04-30-docs-add-grid-tutorial-skill-interactive-zero-t.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API token authentication using format <api token id>:<api client secret>
UMA address of the intended recipient
UMA address of the sender (optional if customerId is provided)
System ID of the sender (optional if senderUmaAddress is provided)
Successful lookup
List of currencies supported by the receiving account
Show child attributes
Unique identifier for the lookup. Needed in the subsequent create quote request.
"Lookup:019542f5-b3e7-1d02-0000-000000000009"
The UMA address that was looked up
"$receiver@uma.domain"
Fields required by the receiving institution about the payer before payment can be completed
Show child attributes
Was this page helpful?