# Overlay API ## Docs - [Authentication](https://docs.overlay.fun/authentication.md): Overlay APIの認証方式 - [NFT flow](https://docs.overlay.fun/guides/nft-flow.md): NFTコレクション作成とNFT mintの流れ - [Token flow](https://docs.overlay.fun/guides/token-flow.md): トークンの作成、mint、transfer、burnの流れ - [Overlay API](https://docs.overlay.fun/introduction.md): SolanaとEVMチェーンでトークン、NFT、ウォレットを発行するためのAPI - [Networks](https://docs.overlay.fun/networks.md): 対応ネットワークとnetworkパラメータ - [Quickstart](https://docs.overlay.fun/quickstart.md): APIキーを発行して、最初のウォレットとトークンを作成する - [Burn NFT](https://docs.overlay.fun/reference/endpoints/nfts/burn-nft.md): Burns an NFT. - [Create NFT collection](https://docs.overlay.fun/reference/endpoints/nfts/create-nft-collection.md): Creates an NFT collection or NFT contract on the selected network. - [Get NFT](https://docs.overlay.fun/reference/endpoints/nfts/get-nft.md): Fetches NFT information by mint address or contract address. - [Mint NFT](https://docs.overlay.fun/reference/endpoints/nfts/mint-nft.md): Mints an NFT item from an existing collection. - [Transfer NFT](https://docs.overlay.fun/reference/endpoints/nfts/transfer-nft.md): Transfers an NFT to a recipient address. - [Burn token](https://docs.overlay.fun/reference/endpoints/tokens/burn-token.md): Burns token amount from the authenticated user's managed wallet. - [Create token](https://docs.overlay.fun/reference/endpoints/tokens/create-token.md): Creates a fungible token on the selected network. - [Get token](https://docs.overlay.fun/reference/endpoints/tokens/get-token.md): Fetches token information by mint address or contract address. - [Mint token](https://docs.overlay.fun/reference/endpoints/tokens/mint-token.md): Mints additional supply for an existing token. - [Transfer token](https://docs.overlay.fun/reference/endpoints/tokens/transfer-token.md): Transfers token amount to a recipient address. - [Create wallet](https://docs.overlay.fun/reference/endpoints/wallets/create-wallet.md): Create an API-issued wallet. - [Get wallet](https://docs.overlay.fun/reference/endpoints/wallets/get-wallet.md): Fetches wallet information by public address. - [API Reference](https://docs.overlay.fun/reference/overview.md): Interactive API playground generated from OpenAPI. - [Responses](https://docs.overlay.fun/responses.md): 共通レスポンス形式とエラー ## OpenAPI Specs - [openapi](https://docs.overlay.fun/openapi.yaml)