Skip to content

cosmostation/tomo-wallet-provider

Repository files navigation

tomo-wallet-provider

Chain

type TomoChain = {
  network: string
  backendUrls?: {
    rpcRrl?: string
    // only BTC
    mempoolUrl?: string
    inscriptionUrl?: string
  }
}

inscriptionUrl

GET ${inscriptionUrl}/openapi/bitcoin/inscriptions

request params

{
  address: string
  networkType: "MAINNET" | "SIGNET" | "TESTNET"
  cursor?: number
  size?: number
}

response

{
  list: {
    output: string
    inscriptionId: string
    address: string
    offset: number
    outputValue: number
    location: string
    contentType: string
    contentLength: number
    inscriptionNumber: number
    timestamp: number
    genesisTransaction: string
  }[]
  total: number
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •