Skip to main content
GET
/
legacy-mints
/
{userAddress}
Get user legacy positions
curl --request GET \
  --url https://gateway.ramses.xyz/v3/hyperevm/legacy-mints/{userAddress}
[
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

userAddress
string
required

Ethereum address (0x-prefixed, 40 hex characters)

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x555570a286F15EbDFE42B66eDE2f724Aa1AB5555"

Response

200 - application/json

Array of pool addresses where user has legacy positions

Example:
[
"0x1234567890abcdef1234567890abcdef12345678",
"0xabcdef1234567890abcdef1234567890abcdef12"
]