Retrieve a specific RFQ

import { NorthstakeApi } from '@northstake/northstakeapi';
const api = new NorthstakeApi('apiKey', 'privateKey')

const { body: rfqDocument } = await api.validatorMarketplaceBuyers.getRFQDocumentForBuyer('rfq_id_string_uuid_here')
Language
Click Try It! to start a request and see the response here!