GET
/
rwa
/
stocks
/
{symbol}
Get RWA stock details
curl --request GET \
  --url https://api.fcontext.com/rwa/stocks/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "id": "clx123abc",
    "name": "Apple Inc.",
    "symbol": "bAAPL",
    "tickerRegion": "AAPL.US",
    "description": "Tokenized Apple Inc. stock",
    "assetType": "EQUITY",
    "status": "ACTIVE",
    "totalSupply": "1000000000000000000000",
    "currentPrice": "150.25",
    "currency": "USD",
    "website": "https://backed.fi",
    "whitepaper": "https://backed.fi/whitepaper.pdf",
    "documentation": "https://docs.backed.fi",
    "logoUrl": "https://backed.fi/logo.png",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "launchedAt": "<string>",
    "deployments": [
      {
        "id": "clx123abc",
        "contractAddress": "0x1234567890abcdef1234567890abcdef12345678",
        "network": "ETHEREUM",
        "contractName": "BackedApple",
        "isActive": true,
        "isVerified": true,
        "createdAt": "<string>",
        "updatedAt": "<string>"
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

symbol
string
required

RWA stock symbol

Example:

"bAAPL"

Response

RWA stock details retrieved successfully

Successful response for RWA stock detail

success
boolean
required
data
object
required

RWA stock details