Type alias GetSwapQuoteResponse

GetSwapQuoteResponse: {
    [key: string]: unknown;
}

Response from OpenSea API for fetching a swap quote.

Type declaration

  • [key: string]: unknown