Live Endpoints
GET /api/health
GET /api/v1/mapping
GET /api/v1/mapping/onchain
GET /api/v1/active-rpc
GET /api/v1/networks
GET /api/v1/metadata/events
GET /api/v1/etherscan/chainlist
GET /api/v2/abi/:ticker/src/methods
GET /api/v1/abi/fobxx
GET /api/v1/abi/fobxx/src
GET /api/v1/abi/fobxx/src/methods
GET /api/v2/abi/fobxx/src/methods
GET /api/v1/abi/fobxx/read/getAccountsBalances
GET /api/v2/abi/fobxx/read/getAccountsBalances
GET /api/v1/abi/wtgxx
GET /api/v1/abi/wtgxx/src
GET /api/v1/abi/rcoin
GET /api/v1/abi/rcoin/src
GET /api/v1/abi/fobxx/read
GET /api/v3/events/ethereum
GET /api/v3/events/ethereum/raw
GET /api/v1/fobxx/tokens-outstanding
GET /api/v1/fobxx/tokens-outstanding/arbitrum
GET /api/v1/fobxx/tokens-outstanding/ethereum
GET /api/v1/wtgxx/tokens-outstanding
GET /api/v1/wtgxx/tokens-outstanding/arbitrum
GET /api/v1/wtgxx/tokens-outstanding/ethereum
GET /api/v1/rcoin/tokens-outstanding
GET /api/v1/rcoin/tokens-outstanding/ethereum
GET /api/v1/fobxx/holders
GET /api/v1/fobxx/holders/arbitrum
GET /api/v1/fobxx/holders/ethereum
GET /api/v1/wtgxx/holders
GET /api/v1/wtgxx/holders/arbitrum
GET /api/v1/wtgxx/holders/ethereum
GET /api/v1/rcoin/holders
GET /api/v1/rcoin/holders/ethereum
GET /api/v1/:ticker/events
GET /api/v1/:ticker/events/:chain
GET /api/v1/:ticker/events/:chain/history
GET /api/v1/fobxx/events/ethereum/history
GET /api/v1/fobxx/events/ethereum
GET /api/v2/rcoin/events/ethereum
GET /api/v3/rcoin/events/ethereum
GET /api/v3/wtgxx/events/ethereum
GET /api/v3/fobxx/events/ethereum
GET /api/v1/:ticker/tokens-outstanding
GET /api/v1/:ticker/tokens-outstanding/arbitrum
GET /api/v1/:ticker/tokens-outstanding/ethereum
GET /api/v1/:ticker/tokens-outstanding/:chain
GET /api/v4/events/ethereum
GET /api/v3/events/ethereum
GET /api/v3/events/ethereum/raw
GET /api/v4/events/ethereum/download/csv
GET /api/v4/events/ethereum/download/xlsx
GET /api/v4/events/ethereum/download/json
GET /api/v4/events/ethereum/download/csv/fobxx
GET /api/v4/events/ethereum/download/xlsx/fobxx
GET /api/v4/events/ethereum/download/json/fobxx
GET /api/v5/events/ethereum/rcoin/download/csv
GET /api/v5/events/ethereum/rcoin/download/xlsx
GET /api/v5/events/ethereum/rcoin/download/json
Naming Schema
- Symbol = ISIN = US48251W5004
- Name = Ticker = KKR 6.25 03/01/28
- Name: [issuer] [coupon] [maturity]
No ISIN?
- Concatenate asset's internal ID sourced from NPORT + fund's ISIN to ensure uniqueness across funds.
- In Wildermuth Fund's latest NPORT filing, DSI Digital LLC appears with internal ID "DSIDIGIT" in the XML identifiers element. This creates the symbol DSIDIGIT-US96812D3052, where US96812D3052 is Wildermuth's fund ISIN. All filings can be found on SEC's EDGAR.
- <identifiers>
- <other otherDesc="Internal ID" value="DSIDIGIT"/>
- </identifiers>
- Example: DSIDIGIT-US96812D3052
- Endpoint paths do not support dynamic :ticker